func internal/bisect.fnvUint64

12 uses

	internal/bisect (current package)
		bisect.go#L644: 			h = fnvUint64(h, uint64(v))
		bisect.go#L646: 			h = fnvUint64(h, uint64(v))
		bisect.go#L652: 			h = fnvUint64(h, uint64(v))
		bisect.go#L654: 			h = fnvUint64(h, v)
		bisect.go#L656: 			h = fnvUint64(h, uint64(v))
		bisect.go#L667: 				h = fnvUint64(h, uint64(x))
		bisect.go#L671: 				h = fnvUint64(h, uint64(x))
		bisect.go#L683: 				h = fnvUint64(h, uint64(x))
		bisect.go#L687: 				h = fnvUint64(h, x)
		bisect.go#L691: 				h = fnvUint64(h, uint64(x))
		bisect.go#L729: func fnvUint64(h uint64, x uint64) uint64 {
		bisect.go#L791: 		ch = fnvUint64(ch, x)